projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba0dad
)
(ctl-x-map): Bind `delete' to backward-delete-char.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 14 Dec 2000 13:37:24 +0000
(13:37 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 14 Dec 2000 13:37:24 +0000
(13:37 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 899afbb8c5a369df9d762eedf37ebd9ca828fc70..f0903dcd0d2b85e8572682f4cf1a77777eb6b2c7 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-619,7
+619,7
@@
language you are using."
(define-key global-map [menu] 'execute-extended-command)
(define-key global-map [find] 'search-forward)
-(define-key global-map [delete] 'delete-char)
+(define-key global-map [delete] '
backward-
delete-char)
;; natural bindings for terminal keycaps --- defined in X keysym order
(define-key global-map [home] 'beginning-of-buffer)